home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Sonic / FlashRadio.swf / scripts / DefineButton2_28 / BUTTONCONDACTION on(release).as
Text File  |  1999-03-05  |  218b  |  14 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("../../")
  4.    {
  5.       gotoAndStop("Remix");
  6.       play();
  7.       tellTarget("../GenreText")
  8.       {
  9.          gotoAndStop("Remix");
  10.       }
  11.       play();
  12.    }
  13. }
  14.